Html Css Color HEX #CFB30D Bird Flower

📋 copy color: '#CFB30D'

red 207 ◦ green 179 ◦ blue 13

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

Shades of Bird Flower #CFB30D

Tints of Bird Flower #CFB30D

RGB

 RED value IS 207 (81.25% from 255) = 51.88%

 GREEN value IS 179 (70.31% from 255) = 44.86%

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

R = 51.88%
G = 44.86%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CFB30D (or 0xCFB30D) is known color: Bird Flower. HEX triplet: CF, B3 and 0D. RGB value is (207,179,13). Sum of RGB (Red+Green+Blue) = 207+179+13=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB30D is #304CF2. Grayscale: #A9A9A9. Windows color (decimal): -3165427 or 897999. OLE color: 897999.

HSL color Cylindrical-coordinate representation of color #CFB30D: hue angle of 51.34º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFB30D is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 179 13 -
CMYK 0 0.14 0.94 0.19
HSL 51.34º 0.88% 0.43% -
HSV(B) 51.34º 0.94% 0.81% -
XYZ 41.92 45.53 6.96 -
YUV 168.45 40.28 155.5 -
System Red Green Blue C M Y K H S L
Decimal 207 179 13 0 0.14 0.94 0.19 51.34 0.88 0.43
Hex CF B3 D 0 E 5E 13 33 58 2B
Octal 317 263 15 0 16 136 23 63 130 53
Binary 11001111 10110011 1101 0 1110 1011110 10011 110011 1011000 101011

Color Harmonies of #CFB30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB30D

Black with #CFB30D

Text Example


Text Example

White with #CFB30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB30D; }

 p { color: rgb(207,179,13); }

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

background-color css

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

 a { background-color: rgb(207,179,13); }

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

border-color css

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

 span { border-color: rgb(207,179,13); }

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