Html Css Color HEX #CBC70F Bird Flower

📋 copy color: '#CBC70F'

red 203 ◦ green 199 ◦ blue 15

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

Shades of Bird Flower #CBC70F

Tints of Bird Flower #CBC70F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.72%

 BLUE value IS 15 (6.25% from 255) = 3.6%

R = 48.68%
G = 47.72%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CBC70F (or 0xCBC70F) is known color: Bird Flower. HEX triplet: CB, C7 and 0F. RGB value is (203,199,15). Sum of RGB (Red+Green+Blue) = 203+199+15=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC70F is #3438F0. Grayscale: #B3B3B3. Windows color (decimal): -3422449 or 1034187. OLE color: 1034187.

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

Color convert

RGB 203 199 15 -
CMYK 0 0.02 0.93 0.20
HSL 58.72º 0.86% 0.43% -
HSV(B) 58.72º 0.93% 0.8% -
XYZ 45.14 53.58 8.41 -
YUV 179.22 35.33 144.96 -
System Red Green Blue C M Y K H S L
Decimal 203 199 15 0 0.02 0.93 0.20 58.72 0.86 0.43
Hex CB C7 F 0 2 5D 14 3B 56 2B
Octal 313 307 17 0 2 135 24 73 126 53
Binary 11001011 11000111 1111 0 10 1011101 10100 111011 1010110 101011

Color Harmonies of #CBC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC70F

Black with #CBC70F

Text Example


Text Example

White with #CBC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC70F; }

 p { color: rgb(203,199,15); }

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

background-color css

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

 a { background-color: rgb(203,199,15); }

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

border-color css

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

 span { border-color: rgb(203,199,15); }

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