Html Css Color HEX #CBC618 Bird Flower

📋 copy color: '#CBC618'

red 203 ◦ green 198 ◦ blue 24

#CBC618
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CBC618

Tints of Bird Flower #CBC618

RGB

 RED value IS 203 (79.69% from 255) = 47.76%

 GREEN value IS 198 (77.73% from 255) = 46.59%

 BLUE value IS 24 (9.77% from 255) = 5.65%

R = 47.76%
G = 46.59%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBC618 (or 0xCBC618) is known color: Bird Flower. HEX triplet: CB, C6 and 18. RGB value is (203,198,24). Sum of RGB (Red+Green+Blue) = 203+198+24=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC618 is #3439E7. Grayscale: #B4B4B4. Windows color (decimal): -3422696 or 1623755. OLE color: 1623755.

HSL color Cylindrical-coordinate representation of color #CBC618: hue angle of 58.32º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBC618 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 198 24 -
CMYK 0 0.02 0.88 0.20
HSL 58.32º 0.79% 0.45% -
HSV(B) 58.32º 0.88% 0.8% -
XYZ 44.99 53.15 8.75 -
YUV 179.66 40.16 144.65 -
System Red Green Blue C M Y K H S L
Decimal 203 198 24 0 0.02 0.88 0.20 58.32 0.79 0.45
Hex CB C6 18 0 2 58 14 3A 4F 2D
Octal 313 306 30 0 2 130 24 72 117 55
Binary 11001011 11000110 11000 0 10 1011000 10100 111010 1001111 101101

Color Harmonies of #CBC618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC618

Black with #CBC618

Text Example


Text Example

White with #CBC618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC618; }

 p { color: rgb(203,198,24); }

 H1.HeaderClassName
 {
   color: #CBC618;
 }
 .AnyTagClassName
 {
   color: #CBC618;
 }
</style>

background-color css

<style>
 a { background-color: #CBC618; }

 a { background-color: rgb(203,198,24); }

 div.DivClassName
 {
   background-color: #CBC618;
 }
 .BgClassName
 {
   background-color: #CBC618;
 }
</style>

border-color css

<style>
 span { border-color: #CBC618; }

 span { border-color: rgb(203,198,24); }

 td.TdClassName
 {
   border-color: #CBC618;
 }
 .TagClassName
 {
   border-color: #CBC618;
 }
</style>