Html Css Color HEX #CBC70D Bird Flower

📋 copy color: '#CBC70D'

red 203 ◦ green 199 ◦ blue 13

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

Shades of Bird Flower #CBC70D

Tints of Bird Flower #CBC70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.13%

R = 48.92%
G = 47.95%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CBC70D (or 0xCBC70D) is known color: Bird Flower. HEX triplet: CB, C7 and 0D. RGB value is (203,199,13). Sum of RGB (Red+Green+Blue) = 203+199+13=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC70D is #3438F2. Grayscale: #B3B3B3. Windows color (decimal): -3422451 or 903115. OLE color: 903115.

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

Color convert

RGB 203 199 13 -
CMYK 0 0.02 0.94 0.20
HSL 58.74º 0.88% 0.42% -
HSV(B) 58.74º 0.94% 0.8% -
XYZ 45.12 53.57 8.34 -
YUV 178.99 34.33 145.12 -
System Red Green Blue C M Y K H S L
Decimal 203 199 13 0 0.02 0.94 0.20 58.74 0.88 0.42
Hex CB C7 D 0 2 5E 14 3B 58 2A
Octal 313 307 15 0 2 136 24 73 130 52
Binary 11001011 11000111 1101 0 10 1011110 10100 111011 1011000 101010

Color Harmonies of #CBC70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC70D

Black with #CBC70D

Text Example


Text Example

White with #CBC70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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